﻿@import url('bootstrap.css');

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select
/*textarea*/ {
    max-width: 280px;
}



textarea.multi-line {
    min-height: 60px !important;
    min-width: 60px !important;
}

.max-width280
/*textarea*/ {
    max-width: 280px !important;
}

.no-max-width {
    max-width: 100% !important;
}


.required {
    font-size: large;
    color: darkred;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
    Application menu 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/




.MenuIcon {
    background-color: transparent;
}
.MenuUncomplete {
    color: white !important;
    background-image: url('Images/symbol-info.ico');
    background-repeat: no-repeat;
    background-position-x: right !important;
    background-position-y: bottom !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 15px !important;
    white-space: nowrap;
}
}

    .MenuUncomplete:hover {
        background-color: gray !important;
    }

.CurrentMenuItem {
    text-decoration: underline;
}

.MenuComplete {
    color: white !important;
    background-image: url('Images/symbol-ok.ico');
    background-repeat: no-repeat;
    background-position-x: right !important;
    background-position-y: bottom !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 15px !important;
    white-space: nowrap;
}

    .MenuComplete:hover {
        background-color: gray !important;
    }

/*To make space for icon*/
li .MenuComplete {
    padding-right: 25px !important;
}

/*To make space for icon*/
li .MenuUncomplete {
    padding-right: 25px !important;
}


/*Menu overview (Print)*/
.MenuOverview {
    
   
    color: white !important;
    background-image: url('Images/printer.ico');
    background-repeat: no-repeat;

    background-position-x: right !important;
    background-position-y: bottom !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 15px !important;
}

    .MenuOverview:hover {
        background-color: gray !important;
    }

li .MenuOverview {
    padding-right: 25px !important;
    margin-right: 25px;
}

.MenuLogout {
    
   
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 15px !important;
}

li .MenuLogout {
    color: forestgreen !important;
}

.MenuUser {
    padding-right: 20px;
    background-color: black;
    color: white !important;
}

li .MenuUser {
    margin-top: 30px !important;
    padding-right: 25px !important;
}

.MenuLanguage {
    padding-right: 20px;
    background-color: black;
    color: white !important;
}

li .MenuLanguage {
    margin-bottom: 10px;
    margin-right: 25px;
}

.ListItemLanguage {
    margin-left: 15px;
    padding-top: 15px;
}

.MenuText {
    color: white !important;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
    End of application menu 
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/
.NotComplete {
    display: block;
    width: 100%;
    color: gray;
    border-color: gray;
    background-color: white;
    padding: 20px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-style: solid;
    border-width: thin;
}

.Complete {
    display: block;
    width: 100%;
    color: #4e9f7e;
    border-color: gray;
    background-color: white;
    padding: 20px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-style: solid;
    border-width: thin;
}

.SaveButton {
    margin-bottom: 30px;
}

.ConsentText {
    display: block;
    width: 80%;
    margin-bottom: 30px;
    font-size: large;
}


.SessionPanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: lightgray;*/
    background-color: #f2dede;
    color: black;
    display: none; /*block*/
    width: 100%;
    text-align: center;
    z-index: 10000;
}

.editIcon {
    margin-left: 35px;
    padding-left: 35px;
    margin-right: 35px;
    background-image: url('Images/Edit20.png');
    background-repeat: no-repeat;
}

.trashIcon {

   
    padding-right: 35px;
    background-image: url('Images/trash20.png');
    background-repeat: no-repeat;
    background-position-x: right;
}

.printerIcon {
    padding-left: 10px;
    padding-right:10px;
    background-image: url('Images/printer20.png');
    background-repeat: no-repeat;
  
}
.fileIcon {
    background-image: url('Images/File16px.png');
    background-repeat: no-repeat;
    background-position-y: left;
    background-position-x: bottom;
}

.pageIcon {
  
    padding-right: 35px;
    background-image: url('Images/Page16.png');
    background-repeat: no-repeat;
    background-position-x: right;
}


.helpButtonIcon { /*also used as identifier in java script DON'T CHANGE THE NAME*/

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('Images/help20px.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

.Noborder{
    border: none !important;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
    Buttons From bootstrap 4.5

    Change blue (primary) from #007bff to #337ab7

    Change green (success) from #28a745 to #4e9f7e
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/
.btn-outline-primary {
    color: #337ab7;
    border-color: #337ab7;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #337ab7;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }



.btn-outline-success {
    background-color: white;
    color: #4e9f7e;
    border-color: #4e9f7e;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #4e9f7e;
        border-color: #4e9f7e;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #4e9f7e;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #4e9f7e;
        border-color: #4e9f7e;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }


.btn-outline-danger {
    background-color: white;
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }



.btn-outline-warning {
    color: #ffc107;
    border-color: #fcf8e3;
    background-color: #fcf8e3;
}

    .btn-outline-warning:hover {
        color: #212529;
        /*background-color: #ffc107;*/
        background-color: #faf3d1;
        border-color: #fcf8e3 /*#ffc107*/;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    End of button
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


.question-delimiter {
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.black-dropDown {
    background-color: black !important;
    color: white;
}

.logoffButton {
    color: white;
    background-color: transparent;
    border-color: black !important;
    border-style: none !important;
}

    .logoffButton:hover {
        background-color: gray !important;
    }

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Padding
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}



.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-12 {
    padding-right: 12px;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Margin
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}


.margin-left-10-percent {
    margin-left: 10%;
}


.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-30 {
    margin-left: 30px;
}

margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-30 {
    margin-right: 30px;
}
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Color
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.cornflowerblue {
    color: cornflowerblue;
}
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Borders
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.border-1 {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}


.centerImage {
    display: block;
    margin-left: 48%;
    margin-right: 48%;
    width: 4%;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Text
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */



.boldFont {
    font-weight: bold;
}
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Text
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Help button
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


.helpButton {
    color: #3379b7;
    border-style: none;
    background-color: white;
}

    .helpButton:focus {
        color: #3379b7;
        outline: none;
        background-color: white;
    }

    .helpButton:hover {
        color: #3379b7;
        outline: none;
        background-color: white;
    }

.helpButtonLarge {
    cursor: pointer;
}

.titleAndHelpButton {
    padding-bottom: 20px;
}
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
Text
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Width
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.width100 {
    width: 100%;
}

.width50 {
    width: 50%;
}

.widthFullDate {

min-width: 90px;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Table
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.skillTableRow {
    line-height: 35px;
    min-height: 35px;
    height: 35px;
}

.borderless td, .borderless th {
    border: none !important;
}


/*To override bootstrap default style*/
td.alertDanger {
    color: var(--bs-danger-text-emphasis) !important;
    background: var(--bs-danger-bg-subtle) !important;
}

td.tableRowNotComplete {
    background-color: #fcf8e3 !important;
    color: #3d3b31 !important;
}

td.unreadMessage {
    font-weight: bold !important;
}

td.overdueDate {
    color: red !important;
}

td.signdRow {
    background-color: #dff0d8 !important;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Data as label ( Same as control-label but left aligned)
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
@media (min-width: 768px) {
    .form-horizontal .data-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}



@media (min-width: 768px) {
    .form-horizontal .data-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .data-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.ControlLable {
    font-weight: 700;
    
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Calendar item list
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.available {
    color: forestgreen;
}

.occupied {
    color: red;
}

.mission {
    color: blue;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Forget me
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


.redFrame {
    border-radius: 8px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    /*padding:trbl*/
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-color: #dc3545;
}

.center {
    text-align: center;
}



.done {
    width: 90px !important;
    color: #3c763d;
    background-color: #dff0d8;
    /* border-left-style:solid;
    border-top-style:none;
    border-bottom-style:none;
    border-right-style:none;*/
    border-color: #3c763d;
    border-radius: 4px;
    background-image: url('Images/symbol-ok.ico');
    background-position: right;
    background-repeat: no-repeat;
    padding: 5px 30px 5px 5px;
    font-weight: normal;
    font-size: 14px;
}

.notDone {
    height: 100%;
    /*background-image: url('Images/symbol-info.ico');
    background-position: right;
    background-repeat: no-repeat;*/
    background-color: #ebf2fa;
    padding: 5px 5px 5px 5px;
}

.QuestionnaireQuestion {
    background-color: #ebf2fa;
    border-color: #337ab7;
    border-radius: 4px;
    border-left-style: solid;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.Answer {
    margin-bottom: 2px;
}

.ReadOnlyAnswer {
    border-color: lightgray;
    border-radius: 4px;
    border-style: solid;
    border-width: thin;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-color: #fffff0; /*lightyellow;*/
    margin-bottom: 10px;
    min-height: 35px;
}

.missingInfoSummary {
    background-color: #fcf8e3;
    color: #3d3b31;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left:10px;
    padding-right:20px;
}

.sectionBorder {
    
    border-radius: 8px;
    border-left-style: solid;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    /*padding:trbl*/
    padding: 1px 10px 10px 20px;    
    margin-bottom: 20px;
    border-color: #337ab7;
}
.sectionHeaderText
{
   font-size:x-large;
   padding-bottom:10px;

}

.grayText {
    font-size:16px;
    color:gray;
    /*font-weight: bold;*/
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Loader
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    /* background-color:white;*/
}

.loaderPlaceHolder {
    /*position: absolute;*/
    position: fixed;
    top: 30%;
    left: 50%;
    margin-top: -30px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.zIndex1000 
{
    z-index: 1000 !important;
}
/*used input jquery selector. See disableButton.js*/
.showLoader {
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Validate label
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

span.field-validation-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-style:solid;
    padding-top:1px;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:10px;
    border-width:thin;
}

/*.validationText
{

background-color:transparent;
color:red;

}*/
/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    Label showing character entered i a text input
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.characterEnterLabel {
    color:dimgray;
    font-style:italic;
    font-weight:100;

}

.summaryNote {
    min-height: 300px !important;
}




.selectSectionTable td {
    min-width: 100px;
}

